Version

IKeyedList<TItem,TKey> Interface

Represents a collection of objects that can be accessed using a key or index.
Syntax
'Declaration
 
Public Interface IKeyedList
    (Of TItem,TKey) 
public interface IKeyedList<TItem,TKey> 
Type Parameters
TItem
The type of elements in the list
TKey
The key of the elements in the list
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also